lcWndResize Home

Changes the size and position of a graphics window.

 BOOL lcWndResize (
   HANDLE hLcWnd,
   int Left,
   int Top,
   int Width,
   int Height
 );

Parameters
hLcWnd
  Handle to a graphics window.
Left
  Specifies the new position of the left side of the window.
Top
  Specifies the new position of the top of the window.
Width
  Specifies the new width of the window.
Height
  Specifies the new height of the window.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).